home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 06 / 8 / DISK0685.ZIP / README < prev    next >
Text File  |  1987-01-12  |  2KB  |  49 lines

  1. This disk contains the following files.
  2. Most are archived in FORTH.ARC to save space (see below).
  3.  
  4. CONTENTS    contents of FORTH.ARC
  5. GLOSSARY    list of FORTH words for use with FIND (see User Guide)
  6. README        you are here
  7. FORTH.ARC    archive of compressed files (see CONTENTS)
  8. 4TH-DISK.ASM    FORTH interpreter source: disk access words
  9. 4TH-FILE.ASM    FORTH interpreter source: MSDOS file access words
  10. 4TH-MAIN.ASM    FORTH interpreter source: kernel (root source file)
  11. 4TH-OPTS.ASM    FORTH interpreter source: optional stuff
  12. 4TH-SYSD.ASM    FORTH interpreter source: system-dependent words
  13. 4TH-XTNS.ASM    FORTH interpreter source: extensions (CASE, ARRAY, etc)
  14. MAKE4TH.BAT    batch file to assemble FORTH
  15. MAKGL.BAT    batch file to make GLOSSARY from .ASM files
  16. SORTGL.BAT    batch file to sort GLOSSARY
  17. UNPACK.BAT    batch file to convert FORTH.ARC to unpacked (usable) form
  18. FORTH.COM    FORTH interpreter with file extensions
  19. 4TH-UG.DOC    Users Guide
  20. ARC.EXE        Archive utility (ARC v5.1)
  21. 4TH-OPTS.H    FORTH interpreter source: definitions for options section
  22. 4TH-XTNS.IBM    FORTH interpreter source: IBM-PC extensions
  23. 4TH-LIB.MAC    FORTH interpreter source: MASM macros to assemble FORTH
  24. ASM.SCR        8086 assembler in FORTH
  25. BREAK4TH.SCR    breakout game in FORTH
  26. CODE.SCR    FORTH 8086 assembler examples
  27. FILES.SCR    MSDOS file interface in FORTH
  28. FUTIL.SCR    MSDOS file utilities in FORTH
  29. GR.SCR        graphics vocabulary
  30. SCREENED.SCR    full-screen editor vocabulary
  31. STRINGS.SCR    string manipulation vocabulary
  32. STUFF.SCR    misc. vocabulary
  33. UTIL.SCR    misc. vocabulary
  34. 4TH-UG.TOC    Users Guide, Table of Contents
  35.  
  36. *** Unpacking instructions ***
  37.  
  38. Make this disk the default disk (e.g. "A:").
  39. Unpack the disk by typing
  40.  
  41.     UNPACK <disk>:[path]
  42.  
  43. where <disk> and [path] specify the drive and, optionally, the path
  44. where you want to put the files.  The resulting (unpacked) files
  45. require about 400K of disk space.  The batch file will ask you to use
  46. a second destination disk; just hit return if your <disk> has space
  47. >= 400K.
  48.  
  49.